projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39a6a3
)
errno: Add copyright header and header guard
author
Simon Glass
<
[email protected]
>
Sun, 8 May 2016 22:55:17 +0000
(16:55 -0600)
committer
Tom Warren
<
[email protected]
>
Tue, 5 Jul 2016 20:19:08 +0000
(13:19 -0700)
Bring in a copyright for this file from cmd/pmic.c since this file was
submitted by the same author at around the same time. Also fix the missing
header guard.
Signed-off-by: Simon Glass <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
include/errno.h
patch
|
blob
|
history
diff --git
a/include/errno.h
b/include/errno.h
index 14ac3cb10b00bab70a6916fe15adae6af0b838f3..39426818e0c6215aa91b286c8c26906e468dac0a 100644
(file)
--- a/
include/errno.h
+++ b/
include/errno.h
@@
-1,4
+1,11
@@
+/*
+ * Copyright (C) 2014 Samsung Electronics
+ * Przemyslaw Marczak <
[email protected]
>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
#ifndef _ERRNO_H
+#define _ERRNO_H
#include <asm-generic/errno.h>